home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / System / Main.dfm / Main.txt
Encoding:
Text File  |  1999-06-16  |  1.2 KB  |  65 lines

  1. object MainForm: TMainForm
  2.   Left = 285
  3.   Top = 250
  4.   Width = 783
  5.   Height = 463
  6.   Caption = 'DCU Seeker'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Scan: TButton
  15.     Left = 13
  16.     Top = 376
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Scan!'
  20.     TabOrder = 0
  21.     OnClick = ScanClick
  22.   end
  23.   object StatusBar1: TStatusBar
  24.     Left = 0
  25.     Top = 417
  26.     Width = 775
  27.     Height = 19
  28.     Panels = <
  29.       item
  30.         Width = 50
  31.       end>
  32.     SimplePanel = False
  33.   end
  34.   object TreeList: TListView
  35.     Left = 0
  36.     Top = 0
  37.     Width = 775
  38.     Height = 358
  39.     Align = alTop
  40.     Color = 12910591
  41.     OnDblClick = TreeListDblClick
  42.     Columns = <
  43.       item
  44.         Caption = 'FileName'
  45.         Width = 200
  46.       end
  47.       item
  48.         Caption = 'Type'
  49.         Width = 75
  50.       end
  51.       item
  52.         Caption = 'Compiled on:'
  53.         Width = 150
  54.       end>
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clNavy
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     ViewStyle = vsReport
  63.   end
  64. end
  65.